home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / gui / BGUI11B.lha / docs / stringclass.doc < prev    next >
Text File  |  1994-10-19  |  2KB  |  49 lines

  1.  
  2.            $RCSfile: stringclass.doc,v $
  3.         Description: Stringclass documentation.
  4.           Copyright: (C) Copyright 1994 Jaba Development.
  5.                      (C) Copyright 1994 Jan van den Baard.
  6.                      All Rights Reserved.
  7.  
  8.             $Author: jaba $
  9.           $Revision: 1.1 $
  10.               $Date: 1994/07/04 21:05:30 $
  11. ------------------------------------------------------------------------------
  12.  
  13. TABLE OF CONTENTS
  14.  
  15. stringclass/--background--
  16. stringclass/Methods
  17. stringclass/Attributes
  18.  
  19. stringclass/--background--                          stringclass/--background--
  20.  
  21.     NAME
  22.         Class:          stringclass
  23.         Superclass:     baseclass
  24.         Include File:   <libraries/bgui.h>
  25.  
  26.     FUNCTION
  27.         To provide  gadget  simular  to  the  gadtools.library it's string and
  28.         integer gadget kinds.  Objects from this class sends out the following
  29.         attribute pairs in their notification events:
  30.  
  31.         GA_ID           - Gadget object ID.
  32.         STRINGA_TextVal - Gadget object string contents (string objects).
  33.         STRINGA_LongVal - Gadget object integer contents (integer objects).
  34.  
  35. stringclass/Methods                                        stringclass/Methods
  36.  
  37.     NEW METHODS
  38.         None.
  39.  
  40.     CHANGED METHODS
  41.         None.
  42.  
  43. stringclass/Attributes                                  stringclass/Attributes
  44.  
  45.     NOTE
  46.         All  system  strgclass  attributes  are  also supported by this class.
  47.         Please   refere  to  the  documentation  on  the  strgclass  for  more
  48.         information on these attributes.
  49.